home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
22
/
6
/
7
/
INSTNV.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-30
|
3KB
|
97 lines
echo off
cls
if %2x==x goto NODRIVE
echo All disk drive designations must end with colons. For instance, drive C
echo is designated as "C:", not "C". Make absolutely sure that you have desig-
echo nated your hard disk correctly.
echo .
echo If your hard disk is not "%2", then press Control-C to abort; otherwise,
pause
echo off
cls
%2
cd\
md MANAGEX
cd\MANAGEX
echo Copying files...
if exist upgrd.exe erase upgrd.exe
copy %1nouv.exe
if exist %1upgrd.exe copy %1upgrd.exe
:SKIPMISC
if exist paprchas.hlp erase paprchas.hlp
if exist upgrade.exe erase upgrade.exe
if exist nouveau.hlp erase nouveau.hlp
if exist nouveau.exe erase nouveau.exe
if exist nouveau.ovr erase nouveau.ovr
if exist nouveau.doc erase nouveau.doc
if exist pc-beep.exe erase pc-beep.exe
cls
echo VERY IMPORTANT
echo .
echo .
echo Now, some program files will be extracted from an archive. Before each
echo file is extracted, a check will be made to see whether a similarly named
echo one already exists on your hard disk. If so, you'll be asked whether you
echo wish to overwrite it with a new copy.
echo .
echo ALWAYS ANSWER "NO" BY PRESSSING THE "N" KEY.
echo .
echo .
echo .
pause
:EXTRACT
nouv
erase nouv.exe
upgrade %2
erase upgr.*
cls
echo The instructions must be printed.
echo .
echo .
echo Now, turn your printer OFF and then ON. Make sure that it is ready to
echo print and that you have loaded at least 30 sheets of paper. Then, align
echo the print head 1/2" below the top of the first sheet.
echo .
pause
cls
echo Printing documentation...
type NOUVEAU.DOC >prn
:SKIPPRINT
cls
echo .
echo Nouveau is now installed on your hard disk in the MANAGEX directory. To
echo access the program, do the following:
echo .
echo 1) enter "%2" at the prompt (this logs you onto drive %2);
echo 2) enter "CD\MANAGEX" at the prompt ("CD" means "Change Dirctory");
echo 3) enter "NV" at the prompt;
echo 4) BUT READ THE DOCUMENTATION FIRST! NOUVEAU MUST BE SET UP FOR USE
echo ON YOUR PARTICULAR NETWORK!
echo .
echo .
pause
echo off
cls
echo .
echo IF YOU'RE A REGISTERED USER...
echo .
echo The upgrade you have just gone through has resulted in a personalized
echo copy of NOUVEAU.
echo .
echo Feel free to distribute copies of this diskette, but DON'T tell anyone
echo your serial number, since a user must register to receive one of his own.
echo .
echo Thanks.
echo .
echo .
goto END
:NODRIVE
cls
echo .
echo You must designate BOTH the SOURCE diskette and the HARD disk
echo .
echo example: B:INSTNV B: C: will install NOUVEAU from drive B to drive C:
echo .
echo PLEASE TRY AGAIN
:END